home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_c / sw14d.zip / SIMPWINH.ZIP / MOUSE21.H next >
Text File  |  1996-03-21  |  589b  |  28 lines

  1. /* simple windows copyright 1994,1995,1996 by bruce r. o'banion */
  2.  
  3. void mouinterrupt(int,int,int,int);
  4. int mouinstalled(void);
  5. void moureset(void);
  6. int moubuttonpressed(int);
  7. void mouruncursor(void);
  8. void mou_on(void);
  9. void mou_off(void);
  10. void mouhide(void);
  11. void moushow(void);
  12. void mousetposition(int,int);
  13. void mouposition(int*,int*);
  14. int mousetmaxposition(int,int,int,int);
  15. int moubuttonrelease(int);
  16. int loadcurs(char*,int);
  17. int get_adapter(void);
  18. int get_mode(int *,int *);
  19.  
  20. #define LEFTBUTTON     0
  21. #define RIGHTBUTTON    1
  22. #define MIDBUTTON      2
  23.  
  24.  
  25.  
  26.  
  27.  
  28.